@charset "UTF-8";
/* CSS Document */


html, body {
    font-size: 7pt;
	height:100%;
    margin: 0;
	padding: 0;
    overflow:auto;
    -webkit-text-stroke: 0.3px;
    -webkit-font-smoothing:antialiased;
    background: #F3F3F3;
    
}

/* container */

	#container {
		background-color: #F3F3F3;
		width:100%;
		height:100%;
		margin:0px auto;
	}
	
	/* event info text */
	
	.C03_text {
	    font-family: 'Roboto', sans-serif;
        font-size:9px;
        font-weight:300;
        letter-spacing:1.5px;
        line-height:12px;
        z-index: 10;
	}
	
	#C03_EventInfo {
	    position: absolute;
        font-size:13px;
        font-weight:400;
        line-height:22px;
        top:15px;
        left:15px;
        text-align:left;
	}
	
	.infoButton {
	    border-style: solid;
        border-color: #881C1C; /* next session's color */
        border-width: 1px;
	    padding:2px;
	    padding-left:10px;
	}
	
	#C03_GraphicInfo {
	    position: absolute;
	    bottom:15px;
	    left:15px;
        text-align:left;
	}
	
	#C03_Alumnos47Info {
	    position: absolute;
	    bottom:15px;
	    right:15px;
        text-align:right;
	}
	
	#C03_MeditatioSonusInfo {
	position: absolute;
	top: -11px;
	right: 15px;
	text-align: right;
	}
	
	#C03_MeditatioSonusMobile {
	    display:none;
	}
	
	.fbDesktop {
	    display:block;
	}
	.fbMobile {
	    display:none;
	}
	
	/* home screen graphics */
		
		/* astronomical data graphics */
		
		#C03_bgGrid {
		    /*display:none;*/
			position: absolute;
			width: 900px;
			left: calc(50% - 450px);
			top:  calc(50% - 450px);
			z-index: 3;
			margin-left: auto;
			margin-right: auto;
		}
        
		#C03_bgGrid img {
			width: 100%;
		}
		
		.C03_AstroData {
		    /*display:none;*/
			position: absolute;
			width: 900px;
			left: calc(50% - 450px);
			top: calc(50% - 450px);
			z-index: 1;
			margin-left: auto;
			margin-right: auto;
		}

		.C03_AstroData img {
			width: 100%;
		}
		
		#C03S01_AstroData, #C03S02_AstroData, #C03S03_AstroData, #C03S04_AstroData, #C03S05_AstroData, #C03S06_AstroData, #C03S07_AstroData, #C03S08_AstroData {
		    display: none;
		}
		
		/* planets symbols */
		
		.C03_planetButton {
		    /*display:none;*/
			position: absolute;
			width: 65px;
			z-index: 5;
			margin-left: auto;
			margin-right: auto;
		}

		.C03_planetButton img {
			width: 100%;
		}
		
		#C03S01_pb_0, #C03S01_pb_1 {
			left: calc(50% - 32.5px - 163px );
			top:  calc(50% - 32.5px + 280px );
		}
        
		#C03S02_pb_0, #C03S02_pb_1 {
			left: calc(50% - 32.5px - 290px );
			top:  calc(50% - 32.5px + 165px );
		}
        
		#C03S03_pb_0, #C03S03_pb_1 {
			left: calc(50% - 32.5px - 290px );
			top:  calc(50% - 32.5px - 165px );
		}
        
		#C03S04_pb_0, #C03S04_pb_1 {
			left: calc(50% - 32.5px - 163px );
			top:  calc(50% - 32.5px - 280px );
		}
        
		#C03S05_pb_0, #C03S05_pb_1 {
			left: calc(50% - 32.5px + 163px );
			top:  calc(50% - 32.5px - 280px );
		}
        
		#C03S06_pb_0, #C03S06_pb_1 {
			left: calc(50% - 32.5px + 290px );
			top:  calc(50% - 32.5px - 165px );
		}
        
		#C03S07_pb_0, #C03S07_pb_1 {
			left: calc(50% - 32.5px + 290px );
			top:  calc(50% - 32.5px + 165px );
		}
        
		#C03S08_pb_0, #C03S08_pb_1 {
			left: calc(50% - 32.5px + 163px );
			top:  calc(50% - 32.5px + 280px );
		}
		
		#C03S01_pb_1, #C03S02_pb_1, #C03S03_pb_1, #C03S04_pb_1, #C03S05_pb_1, #C03S06_pb_1, #C03S07_pb_1, #C03S08_pb_1 {
		    display:none;
		}
		
		/* meditatio sonus graphics */
		
		#logoPNG {
		    /*display:none;*/
			position: absolute;
			width: 860px;
			top: calc(50% - 54px);
			left: calc(50% - 428px);
			z-index: 3;
			margin-left: auto;
			margin-right: auto;
		}
        
		#logoPNG img {
			width: 100%;
		}
		
		#eventPNG {
		    /*display:none;*/
			position: absolute;
			width: 800px;
			height: 500px;
			top: calc(50% - 250px);
			left: calc(50% - 400px);
			z-index: 4;
			margin-left: auto;
			margin-right: auto;
		}
        
		#eventPNG img {
			width: 100%;
		}
		
	/* home screen logo animation */
	
		#canvasContainer {
		    top: calc(50% - 309px);
			background-color: #F3F3F3;
			margin-left: auto;
			margin-right: auto;
			position: relative;
			height:480px;
			width:480px;
			z-index: 0;
			/*display:none;*/
		}

			#displayCanvas {
				position: absolute;
				height:480px;
				width:480px;
			}

			#orbitLayerCanvas {
				position: absolute;
				height:480px;
				width:480px;
			}

			#particleLayerCanvas {
				position: absolute;
				height:480px;
				width:480px;
			}


		#panelContainer {
		    /*display: none;*/
			float:left;
			width:443px;
			margin-left: 10px;
		}

			#titleText {
				display: none;
				position:absolute;
				left:20px;
				top: 20px;
				font-family: sans-serif;
				color: #3b0;
				font-size: 20px;
				height:36px;
				line-height:45px;
				padding:0px 0px 0px 10px;

			}

			#speedSlider {
			    display:none;
				position: absolute;
				top:10px;
				left: 10px;
				width:550px;
			}

			.buttonType1 {
				display:none;
				font-size:9px;
				width:100px;
			}

			#orbitRadio {
				display: none;
			}

/*
     FILE ARCHIVED ON 14:54:39 Mar 11, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:05:49 Apr 02, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 229.255 (3)
  esindex: 0.01
  captures_list: 299.528
  CDXLines.iter: 16.508 (3)
  PetaboxLoader3.datanode: 142.234 (5)
  exclusion.robots: 0.277
  exclusion.robots.policy: 0.256
  RedisCDXSource: 48.686
  PetaboxLoader3.resolve: 304.47 (3)
  load_resource: 273.267
*/
